﻿/*Edwards CSS: AK 20190221*/
/********************************************
    Mixins
*********************************************/
/********************************************
    Responsive Typography
*********************************************/
/*************************
variables
*************************/
/*************************
    Typography
*************************/
@import url("https://fonts.googleapis.com/css?family=Raleway:700");
@font-face {
  font-family: "DaysRegular";
  src: url("../fonts/days-webfont.woff");
  src: url("../fonts/days-webfont.woff2") format("woff2"), url("../fonts/days-webfont.woff") format("woff"), url("../fonts/days-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif; }

p {
  color: #2C2A2B; }

/*************************
    buttons
*************************/
.btn {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .btn {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .btn {
        font-size: calc(14px + 0 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .btn {
        font-size: 14px; } }
  .btn-primary {
    color: #FFFFFF !important;
    background: #599100 !important;
    border: 1px solid #599100; }
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
      color: #FFFFFF !important;
      background: #3a5e00 !important;
      border: 1px solid #3a5e00; }

/*************************
    Common
*************************/
html, body {
  color: #2C2A2B; }

.form-control {
  height: 35px;
  border: 1px solid #D2D2D2;
  font-size: 14px;
  border-radius: 0px !important; }
  .form-control:hover, .form-control:active, .form-control:focus {
    border-color: #599100 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(89, 145, 0, 0.4) !important; }

.breadcrumb {
  margin-top: 15px; }

.page-title {
  margin-bottom: 25px; }
  .page-title small {
    font-size: 12px; }
    .page-title small span {
      margin-right: 10px; }

.pagination {
  margin: 0px; }
  .pagination .active a {
    background: #599100;
    border: 1px solid #599100;
    color: #FFFFFF !important; }
    .pagination .active a:hover, .pagination .active a:active, .pagination .active a:focus {
      background: #2C2A2B;
      border: 1px solid #2C2A2B; }
  .pagination a {
    color: #2C2A2B !important; }
    .pagination a:hover, .pagination a:active, .pagination a:focus {
      color: #3a5e00 !important; }

.checkout-form-group .cartterms {
  padding: 15px 0; }

/*************************
    Main Owl
*************************/
#main-owl-carousel {
  background: url(/Viewscustom/southern/img/loader.gif) no-repeat center center; }
  #main-owl-carousel .item img {
    height: 100%;
    width: 100%; }
    @media screen and (min-width: 1200px) and (orientation: landscape) {
      #main-owl-carousel .item img {
        object-fit: cover;
        object-position: center left; } }
  @media screen and (max-width: 667px) {
    #main-owl-carousel .owl-nav {
      display: none !important; } }

.owl-nav {
  margin-top: 0px !important; }
  .owl-nav div {
    background: none !important;
    position: absolute;
    bottom: 50%;
    height: 50px;
    width: 50px; }
    .owl-nav div img {
      height: 50px; }
    .owl-nav div.owl-prev {
      left: 5px;
      transform: rotate(180deg); }
    .owl-nav div.owl-next {
      right: 5px; }
    @media screen and (max-width: 667px) {
      .owl-nav div.owl-prev {
        left: 3%; }
      .owl-nav div.owl-next {
        right: 3%; } }
    .owl-nav div i:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 18px 10px 18px 0;
      border-color: transparent #599100 transparent transparent;
      top: 8px;
      left: 17px; }
    .owl-nav div i.caret-right:before {
      transform: rotate(180deg);
      left: 22px; }

.owl-dots {
  width: 100%;
  bottom: 20px; }
  .owl-dots .owl-dot.active span {
    background: #599100 !important;
    /*&:after {
                    background: $primary;
                }*/ }
  .owl-dots .owl-dot span {
    height: 15px !important;
    width: 15px !important;
    background: #FFFFFF !important;
    position: relative;
    margin: 5px !important;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 1px #599100;
    /*&:after {
                content: "";
                position: absolute;
                height: 9px;
                width: 9px;
                border-radius: 10px;
                top: 50%;
                left: 50%;
                margin-left: -4px;
                margin-top: -4px;
                background: $white;
                @include ease(.25s);
            }*/ }

/*************************
    User Menu
*************************/
.head-user-menu {
  background: #D2D2D2;
  border-bottom: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .head-user-menu.show-user-menu {
    display: block !important;
    position: absolute;
    right: 80px;
    top: 60px; }
    .head-user-menu.show-user-menu .container {
      padding: 0px; }
    .head-user-menu.show-user-menu ul {
      width: 150px;
      overflow: hidden;
      padding: 0px;
      position: absolute;
      right: 0; }
      .head-user-menu.show-user-menu ul li {
        display: block;
        width: 100% !important; }
        .head-user-menu.show-user-menu ul li:not(:last-child) a {
          border-bottom: 1px solid #c5c5c5; }
        .head-user-menu.show-user-menu ul li a {
          color: black;
          padding: 10px 15px;
          width: 100%; }
        .head-user-menu.show-user-menu ul li span {
          display: inline-block !important; }

.user-menu-options li {
  margin-left: 0px !important;
  border-left: 1px solid #ececec; }
  .user-menu-options li a {
    background: #D2D2D2;
    color: black !important;
    text-transform: uppercase;
    padding: 7px 10px; }
    .user-menu-options li a:hover, .user-menu-options li a:active, .user-menu-options li a:focus {
      background: #b9b9b9; }
    .user-menu-options li a i {
      display: inline-block !important;
      margin-right: 5px; }
  .user-menu-options li.minicart a {
    color: #FFFFFF !important; }
  .user-menu-options li.user-register a:hover, .user-menu-options li.user-register a:active, .user-menu-options li.user-register a:focus, .user-menu-options li.user-login a:hover, .user-menu-options li.user-login a:active, .user-menu-options li.user-login a:focus {
    background: #1a1a1a; }
  .user-menu-options li.minicart a {
    background: #599100; }
    .user-menu-options li.minicart a:hover, .user-menu-options li.minicart a:active, .user-menu-options li.minicart a:focus {
      background: #3a5e00; }

/*************************
   Header
*************************/
header {
  background: black;
  border: none; }
  @media screen and (min-width: 641px) and (max-width: 1024px) {
    header .head-inner-wrap {
      padding: 0px; } }
  header.isStuck .head-user-menu {
    display: none; }
  header.isStuck .logo img {
    height: 35px; }
  header.isStuck .search {
    margin-top: 15px; }
  header .logo {
    margin: 7px 0; }
    header .logo img {
      max-height: 55px !important;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      header .logo {
        margin: 2px 0; }
        header .logo img {
          max-height: 40px !important; } }
    @media screen and (max-width: 667px) and (orientation: portrait) {
      header .logo {
        margin: 8px 0; }
        header .logo img {
          max-height: 28px !important; } }
    @media screen and (max-width: 768px) and (orientation: landscape) {
      header .logo {
        margin: 2px 0; }
        header .logo img {
          max-height: 40px !important; } }
  header .search {
    margin-top: 26px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    header .search i {
      position: absolute;
      right: 25px;
      top: 8px;
      font-size: 18px;
      color: #b9b6b7; }
  header .main-menu {
    background: black;
    float: none;
    min-height: auto;
    border: none !important;
    border-top: 1px solid #4d4d4d !important;
    top: unset !important; }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      header .main-menu {
        overflow: auto; } }
    @media screen and (max-width: 667px) {
      header .main-menu {
        overflow: auto; } }
    @media screen and (max-width: 667px) {
      header .main-menu.navbar {
        height: calc(100vh - 60px) !important; } }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      header .main-menu .container {
        padding: 0px !important; } }
    header .main-menu li {
      border-left: 1px solid #4d4d4d; }
      @media screen and (max-width: 667px) {
        header .main-menu li {
          border: none; } }
      header .main-menu li a {
        padding: 12px 20px !important;
        margin: 0px !important;
        color: #FFFFFF !important; }
        @media screen and (min-width: 641px) and (max-width: 1024px) {
          header .main-menu li a {
            font-weight: bold;
            border-left: none; } }
        @media screen and (min-width: 668px) and (max-width: 990px) {
          header .main-menu li a {
            color: #2C2A2B !important; } }
        @media screen and (max-width: 667px) {
          header .main-menu li a {
            font-weight: bold;
            border-left: none;
            color: #2C2A2B !important; } }
        header .main-menu li a:hover, header .main-menu li a:active, header .main-menu li a:focus {
          background: #599100 !important; }
          @media screen and (min-width: 641px) and (max-width: 1024px) {
            header .main-menu li a:hover, header .main-menu li a:active, header .main-menu li a:focus {
              color: #2C2A2B !important; } }
      header .main-menu li.active a {
        background: #599100;
        border-bottom: none !important; }
        @media screen and (min-width: 641px) and (max-width: 1024px) {
          header .main-menu li.active a {
            color: #FFFFFF !important; } }
    header .main-menu .nav .caret {
      right: 25px !important; }
    header .main-menu .nav .open > a {
      background-color: #599100 !important;
      border-left: 1px solid #706c61 !important; }
      header .main-menu .nav .open > a:hover, header .main-menu .nav .open > a:active, header .main-menu .nav .open > a:focus {
        background-color: #599100 !important;
        border-left: 1px solid #706c61 !important; }
    header .main-menu .nav .open.dropdown:not(.category-dropdown) .sub-menu {
      width: auto !important;
      left: auto !important;
      min-height: auto !important;
      max-height: unset; }
    header .main-menu .nav .open .sub-menu {
      background: rgba(255, 255, 255, 0.98) !important;
      min-height: 350px;
      max-height: 500px;
      overflow: auto; }
      @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
        header .main-menu .nav .open .sub-menu {
          position: unset !important; } }
      @media screen and (max-width: 667px) {
        header .main-menu .nav .open .sub-menu {
          position: unset !important; } }
      header .main-menu .nav .open .sub-menu li {
        border: none; }
      header .main-menu .nav .open .sub-menu .container {
        display: block;
        column-count: 1 !important;
        /* IE 10+ */ }
        @media screen and (min-width: 1024px) and (orientation: landscape) {
          header .main-menu .nav .open .sub-menu .container {
            column-count: 6 !important;
            width: 100% !important; } }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          header .main-menu .nav .open .sub-menu .container {
            column-count: 1 !important;
            width: 100% !important; } }
      header .main-menu .nav .open .sub-menu a {
        color: #2C2A2B !important;
        text-transform: uppercase;
        background: none !important; }
      header .main-menu .nav .open .sub-menu-item {
        margin-right: 15px;
        break-inside: avoid;
        display: block;
        overflow: hidden;
        /* IE 10+ */ }
        header .main-menu .nav .open .sub-menu-item:not(:last-child) {
          padding-bottom: 0px; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          header .main-menu .nav .open .sub-menu-item {
            float: left; } }
        header .main-menu .nav .open .sub-menu-item > a {
          font-family: "Raleway", Arial, Helvetica, sans-serif;
          color: #599100 !important;
          border: none;
          text-decoration: none;
          position: relative;
          padding: 12px 20px 5px 20px !important; }
          header .main-menu .nav .open .sub-menu-item > a {
            font-size: 14px; }
            @media screen and (min-width: 240px) {
              header .main-menu .nav .open .sub-menu-item > a {
                font-size: calc(14px + 2 * ((100vw - 240px) / 1262)); } }
            @media screen and (min-width: 1502px) {
              header .main-menu .nav .open .sub-menu-item > a {
                font-size: 16px; } }
          header .main-menu .nav .open .sub-menu-item > a:after {
            content: "";
            width: 100%;
            height: 1px;
            bottom: 2px;
            left: 20px;
            background: transparent;
            position: absolute;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
          header .main-menu .nav .open .sub-menu-item > a:hover, header .main-menu .nav .open .sub-menu-item > a:active, header .main-menu .nav .open .sub-menu-item > a:focus {
            color: #3a5e00; }
            header .main-menu .nav .open .sub-menu-item > a:hover:after, header .main-menu .nav .open .sub-menu-item > a:active:after, header .main-menu .nav .open .sub-menu-item > a:focus:after {
              background: #599100; }
        header .main-menu .nav .open .sub-menu-item li a {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          padding: 0px 0px 6px 20px !important;
          text-decoration: none;
          position: relative;
          display: block;
          float: left;
          clear: both;
          width: auto !important; }
          header .main-menu .nav .open .sub-menu-item li a {
            font-size: 14px; }
            @media screen and (min-width: 240px) {
              header .main-menu .nav .open .sub-menu-item li a {
                font-size: calc(14px + -2 * ((100vw - 240px) / 1262)); } }
            @media screen and (min-width: 1502px) {
              header .main-menu .nav .open .sub-menu-item li a {
                font-size: 12px; } }
          header .main-menu .nav .open .sub-menu-item li a:after {
            content: "";
            width: 100%;
            height: 1px;
            bottom: 2px;
            left: 20px;
            background: transparent;
            position: absolute;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
          header .main-menu .nav .open .sub-menu-item li a:hover:after, header .main-menu .nav .open .sub-menu-item li a:active:after, header .main-menu .nav .open .sub-menu-item li a:focus:after {
            background: #2C2A2B; }
  header .nav-main-toggle-wrap {
    background: #599100;
    height: 60px;
    width: 80px;
    position: relative; }
    header .nav-main-toggle-wrap:hover, header .nav-main-toggle-wrap:active, header .nav-main-toggle-wrap:focus {
      background: #3a5e00; }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      header .nav-main-toggle-wrap {
        right: -9px; } }
    header .nav-main-toggle-wrap .nav-main-toggle {
      right: 18px; }
    header .nav-main-toggle-wrap span {
      background: #FFFFFF;
      border-radius: 2px !important; }
  header .nav-user-toggle {
    position: absolute;
    height: 60px;
    right: 80px;
    width: 90px;
    font-size: 40px;
    background: #D2D2D2;
    text-align: center;
    color: #FFFFFF;
    padding-right: 10px;
    text-decoration: none !important; }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      header .nav-user-toggle {
        right: 71px; } }
    header .nav-user-toggle:hover, header .nav-user-toggle:active, header .nav-user-toggle:focus {
      background: #b9b9b9; }
  header .flyout-contact {
    position: absolute;
    right: 10px;
    background: #000000;
    color: #ffffff;
    z-index: 9;
    bottom: -35px; }
    @media screen and (max-width: 667px) {
      header .flyout-contact {
        display: none; } }
    header .flyout-contact ul {
      list-style: none;
      margin-bottom: 0px;
      overflow: hidden; }
      header .flyout-contact ul li {
        border: none; }
        header .flyout-contact ul li a {
          display: block;
          font-size: 18px;
          font-weight: bold;
          text-decoration: none !important;
          padding: 5px 20px !important; }
          header .flyout-contact ul li a:hover, header .flyout-contact ul li a:active, header .flyout-contact ul li a:focus {
            text-decoration: none !important; }

/*************************
   Slider
*************************/
.slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none !important; }
  .slider-container .slider-content {
    padding: 3vh 6.6vw;
    text-align: left;
    display: none; }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      .slider-container .slider-content {
        padding: 1vh 6.6vw; } }
    .slider-container .slider-content .slider-title {
      display: none;
      border-width: 0 0 0.5vh 0;
      border-style: solid;
      border-color: #599100;
      float: left;
      text-align: right;
      margin-bottom: 2.5vh; }
      @media screen and (min-width: 641px) and (max-width: 1024px) {
        .slider-container .slider-content .slider-title {
          margin-bottom: 0.5vh; } }
      @media screen and (max-width: 768px) and (orientation: landscape) {
        .slider-container .slider-content .slider-title {
          margin-bottom: 2vh; } }
    .slider-container .slider-content h2, .slider-container .slider-content h3 {
      color: #FFFFFF;
      margin: 0px;
      line-height: normal;
      font-family: 'Raleway'; }
      .slider-container .slider-content h2, .slider-container .slider-content h3 {
        font-size: 30px; }
      @media (min-width: 360px) and (max-width: 1920px) {
        .slider-container .slider-content h2, .slider-container .slider-content h3 {
          font-size: calc( 30px + 50 * (100vw - 360px) / 1560); } }
      @media (min-width: 1920px) {
        .slider-container .slider-content h2, .slider-container .slider-content h3 {
          font-size: 80px; } }
    .slider-container .slider-content h3 {
      font-family: 'Raleway';
      margin-top: -3.5vh; }
      .slider-container .slider-content h3 {
        font-size: 14px; }
      @media (min-width: 360px) and (max-width: 1920px) {
        .slider-container .slider-content h3 {
          font-size: calc( 14px + 46 * (100vw - 360px) / 1560); } }
      @media (min-width: 1920px) {
        .slider-container .slider-content h3 {
          font-size: 60px; } }
      @media screen and (min-width: 641px) and (max-width: 1024px) {
        .slider-container .slider-content h3 {
          margin-top: -1vh; } }
    .slider-container .slider-content p {
      font-family: 'Raleway';
      line-height: normal; }
      .slider-container .slider-content p {
        font-size: 8px; }
      @media (min-width: 360px) and (max-width: 1920px) {
        .slider-container .slider-content p {
          font-size: calc( 8px + 17 * (100vw - 360px) / 1560); } }
      @media (min-width: 1920px) {
        .slider-container .slider-content p {
          font-size: 25px; } }
    .slider-container .slider-content .slider-button {
      float: left;
      border-radius: 15px;
      padding: 10px 25px;
      color: #FFFFFF;
      margin-top: 1.5vh;
      background: #599100;
      font-family: 'Raleway'; }
      @media screen and (min-width: 641px) and (max-width: 1024px) {
        .slider-container .slider-content .slider-button {
          padding: 0.8vh 2vw;
          border-radius: 1.5vw; } }
      .slider-container .slider-content .slider-button {
        font-size: 8px; }
      @media (min-width: 360px) and (max-width: 1920px) {
        .slider-container .slider-content .slider-button {
          font-size: calc( 8px + 17 * (100vw - 360px) / 1560); } }
      @media (min-width: 1920px) {
        .slider-container .slider-content .slider-button {
          font-size: 25px; } }
      @media screen and (max-width: 667px) {
        .slider-container .slider-content .slider-button {
          margin-top: 0.2vh; } }

/*************************
  Featured Items
*************************/
.featured-text h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid black; }

.featured-panel-inner {
  position: relative; }
  .featured-panel-inner a {
    display: block; }
    .featured-panel-inner a img {
      padding-top: 0px !important;
      height: 100% !important;
      width: 100% !important;
      object-fit: cover;
      object-position: center center; }

.featured-panel:hover .panel-desc, .featured-panel:active .panel-desc, .featured-panel:focus .panel-desc {
  background: rgba(0, 0, 0, 0.9); }

.featured-panel .panel-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .featured-panel .panel-desc h3 {
    color: #FFFFFF;
    margin: 0px;
    padding: 15px 0; }

/************************* 
   News Panel
*************************/
.news-panels {
  margin: 35px 0; }
  .news-panels .news-panel {
    overflow: hidden; }
    @media screen and (max-width: 667px) {
      .news-panels .news-panel:not(:last-child) {
        margin-bottom: 15px; } }
    .news-panels .news-panel .news-icon {
      position: relative;
      height: 250px; }
      .news-panels .news-panel .news-icon a {
        display: block;
        height: 100%; }
      .news-panels .news-panel .news-icon .img-wrapper {
        height: 100%; }
        .news-panels .news-panel .news-icon .img-wrapper img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center center; }
      .news-panels .news-panel .news-icon:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: -15px;
        left: 0;
        z-index: 0;
        pointer-events: none;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+13,0.9+100 */
        background: -moz-linear-gradient(top, transparent 0%, transparent 13%, rgba(0, 0, 0, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, transparent 13%, rgba(0, 0, 0, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, transparent 13%, rgba(0, 0, 0, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
        /* IE6-9 */
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .news-panels .news-panel .news-icon:hover:after, .news-panels .news-panel .news-icon:active:after, .news-panels .news-panel .news-icon:focus:after {
        bottom: 0px; }
    .news-panels .news-panel .news-desc {
      position: absolute;
      bottom: 15px;
      padding: 0 15px;
      z-index: 2; }
      .news-panels .news-panel .news-desc h3 {
        color: #FFFFFF;
        font-family: "Intro", Arial, Helvetica, sans-serif;
        line-height: 24px; }
        .news-panels .news-panel .news-desc h3 {
          font-size: 14px; }
          @media screen and (min-width: 240px) {
            .news-panels .news-panel .news-desc h3 {
              font-size: calc(14px + 6 * ((100vw - 240px) / 1262)); } }
          @media screen and (min-width: 1502px) {
            .news-panels .news-panel .news-desc h3 {
              font-size: 20px; } }
      .news-panels .news-panel .news-desc .btn {
        border-radius: 5px; }
      .news-panels .news-panel .news-desc-intro p {
        color: #f2f2f2;
        font-size: 14px; }

/* [CHANGELOG] 20190617 03:28 PM - AP - Adding the bigger font for bullet points in CMS pages */
.cms-content ul > li {
  font-size: 1.35em !important; }

.cms-grid-item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .cms-grid-item:hover .grid-item-desc, .cms-grid-item:active .grid-item-desc, .cms-grid-item:focus .grid-item-desc {
    bottom: 0px;
    background: rgba(0, 0, 0, 0.9); }

.cms-grid .grid-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.cms-grid .grid-item-desc {
  position: absolute;
  bottom: -150px;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  height: 200px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .cms-grid .grid-item-desc h3 {
    color: #FFFFFF;
    margin: 0 0 15px 0;
    font-size: 18px; }
  .cms-grid .grid-item-desc p {
    font-size: 12px;
    color: #FFFFFF; }

/*************************
  Testimonial
*************************/
.home-testimonial {
  background: #f2f2f2;
  padding: 25px 0; }
  .home-testimonial h3 {
    margin: 0 0 15px 0; }
  .home-testimonial blockquote {
    margin: 0px;
    border: none !important;
    position: relative;
    font-size: 18px;
    padding-left: 0px; }
    .home-testimonial blockquote span {
      position: relative;
      z-index: 2; }
    .home-testimonial blockquote:before {
      content: "";
      position: absolute;
      left: -15px;
      color: #599100;
      font-size: 155px;
      line-height: normal;
      top: 0;
      height: 50px;
      width: 50px;
      z-index: 0;
      opacity: 0.3;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAjCAYAAAD48HgdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAf5JREFUeNrslksoRFEYx+fexiMpeWymDHbySknKRiELj5WdJBFJ2SCvjWRHKWRD0ezYjCilhmajZKEUVlh5lMeCpKRk/A/n1m2a+b4751hY3H/9ama+Oef+zj3nnnMNT9DjJF7QA4ZBBzjy/F0qwCR4irRGeq0fDQditWAJFMvvZ7KzT02hbDALun48flMDuQPxwSQaJoE5ELZJiZSBIU2pejnAbpuUyLKxaSRTYhkgRAhMgQJFqX7Zty9GrQiMxptKS6qKucAuaEpQakROH5UPUGrGmL6gA6lHsMUshei0O5CKgHXw5o0qTMv5p7IB+sBrAlJiilaY/1yDNiz+Q2sbsFIJxpjGM2BCjsxpxF0NgDTiP+egAVL39v3JymLUExKdNTCusNg7mKXxABrtUvanUuxV1UTjSzCgIGXIO0ylB1K3sW6zSCfTWEzxu4KYGGwhUd+D1E68+Rc0M4tyW3HPamHqC9TCLAE5RONV8KUoVkfU7uReGFeskuk8pCglHqxyor5PDdhk1oDYq44VxfJBKlEPc3uMn6ifarxF5DH1E06M6uBK4w3Czxw9F5yYj6hfaIjlErUbeViTYlnMrqyadJ1+TeYN4UVDjDobn52IZeh0QCRFZ8DiRTGieOFM5gIBB0ddrAzimJo3Pf80rpgr5oq5Yq6YK+aK0fkWYAC5RGYwrIf4SgAAAABJRU5ErkJggg==) no-repeat center center; }
    .home-testimonial blockquote cite {
      display: block;
      font-size: 12px;
      margin-top: 10px;
      text-align: right; }
      .home-testimonial blockquote cite span {
        display: block; }

/*************************
  Category
*************************/
.prod-img {
  height: 250px; }
  .prod-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center; }

.product-grid {
  margin-top: 20px; }

.special-tags {
  top: 0px;
  left: 0px; }

.cat-img {
  height: 250px; }
  .cat-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center; }

/************************* 
   Product
*************************/
.product {
  margin-bottom: 15px; }
  .product .product-img {
    padding: 15px; }
  .product #productSlider {
    overflow: hidden;
    /* IE 10+ */ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .product #productSlider #product-owl .item img {
        width: auto !important; } }
  .product .owl-dot {
    height: 100px;
    margin-bottom: 0px; }
    .product .owl-dot:only-child {
      display: none; }
    .product .owl-dot a {
      height: 100%;
      display: block; }
      .product .owl-dot a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center; }

.single-product-page .nav-tabs {
  padding-left: 0px; }
  .single-product-page .nav-tabs li.active a {
    background: #599100;
    color: #FFFFFF; }
  .single-product-page .nav-tabs li a {
    background: #666666;
    color: #FFFFFF; }

.single-product-page .tab-pane {
  font-size: 14px;
  border: 1px solid #D2D2D2 !important;
  padding: 15px; }

.product-title {
  margin-top: 0px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: bold; }
  .product-title {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .product-title {
        font-size: calc(14px + 17 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .product-title {
        font-size: 31px; } }
  @media screen and (max-width: 667px) {
    .product-title {
      margin-top: 15px; } }

.single-prod-info h1, .single-prod-info h2, .single-prod-info h3, .single-prod-info h4, .single-prod-info h5, .single-prod-info h6 {
  font-family: Roboto,Arial, Helvetica, sans-serif; }

.single-prod-info .info-items {
  list-style: none; }

.single-prod-info .prod-side-description {
  margin-top: -1em;
  font-size: 14px;
  line-height: 21px; }

/*************************
  Footer
*************************/
.footer-2 .footer-content .input-group input {
  margin-bottom: 0px; }

@media screen and (min-width: 1200px) and (orientation: landscape) {
  .footer-2 .footer-content:not(.footer-content-split) .form-group .input-group {
    width: 50% !important; } }

@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-2 .footer-content:not(.footer-content-split) .form-group .input-group {
    width: 75% !important; } }

@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
  .footer-2 .footer-content:not(.footer-content-split) .form-group .input-group {
    width: 50% !important; } }

@media screen and (max-width: 667px) {
  .footer-2 .footer-content button {
    margin-top: 15px !important; } }

.footer-2 .footer-contact .footer span, .footer-2 .footer-contact .footer-email, .footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
  white-space: pre-line;
  color: #FFFFFF;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .footer-2 .footer-contact .footer span, .footer-2 .footer-contact .footer-email, .footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .footer-2 .footer-contact .footer span, .footer-2 .footer-contact .footer-email, .footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
        font-size: calc(14px + 0 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .footer-2 .footer-contact .footer span, .footer-2 .footer-contact .footer-email, .footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
        font-size: 14px; } }

.footer-2 .footer-contact .footer-title {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  margin-bottom: 20px; }
  .footer-2 .footer-contact .footer-title {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .footer-2 .footer-contact .footer-title {
        font-size: calc(14px + 4 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .footer-2 .footer-contact .footer-title {
        font-size: 18px; } }

.footer-2 .footer-contact .footer-phone, .footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  color: #FFFFFF; }
  .footer-2 .footer-contact .footer-phone, .footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .footer-2 .footer-contact .footer-phone, .footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
        font-size: calc(14px + 0 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .footer-2 .footer-contact .footer-phone, .footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
        font-size: 14px; } }

.footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
  margin-top: 15px; }

.footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
  margin-top: -1em; }

@media screen and (max-width: 667px) {
  .footer-2 .footer-main {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

.footer-2 .footer-main #footer-menu {
  padding: 25px 0px !important; }
  .footer-2 .footer-main #footer-menu li a {
    color: #FFFFFF !important; }
    .footer-2 .footer-main #footer-menu li a:hover, .footer-2 .footer-main #footer-menu li a:active, .footer-2 .footer-main #footer-menu li a:focus {
      padding-left: 0px !important; }
  .footer-2 .footer-main #footer-menu li ul a {
    position: relative;
    width: auto !important;
    display: block;
    float: left;
    clear: both; }
    .footer-2 .footer-main #footer-menu li ul a:after {
      content: "";
      width: 100%;
      height: 1px;
      bottom: 2px;
      left: 0px;
      background: transparent;
      position: absolute;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .footer-2 .footer-main #footer-menu li ul a:hover:after, .footer-2 .footer-main #footer-menu li ul a:active:after, .footer-2 .footer-main #footer-menu li ul a:focus:after {
      background: #FFFFFF; }
  .footer-2 .footer-main #footer-menu li.footer-menu-item > a {
    font-size: 16px !important;
    font-family: 'Raleway';
    letter-spacing: 0.025em;
    border: none !important; }
  .footer-2 .footer-main #footer-menu li.footer-menu-item .footer-sub-menu a {
    font-size: 12px; }

.footer-content {
  background: -webkit-linear-gradient(180deg, #555249, #555249 50%) !important; }
  .footer-content .footer-signup {
    background: #555249 !important;
    padding: 32px 15px 31px 15px !important; }
    .footer-content .footer-signup form {
      padding: 0px !important; }
      .footer-content .footer-signup form .form-group {
        margin-bottom: 0px; }
    .footer-content .footer-signup label {
      margin-top: 0px !important;
      color: #FFFFFF !important;
      font-family: "Raleway", Arial, Helvetica, sans-serif; }
      .footer-content .footer-signup label {
        font-size: 14px; }
        @media screen and (min-width: 240px) {
          .footer-content .footer-signup label {
            font-size: calc(14px + 6 * ((100vw - 240px) / 1262)); } }
        @media screen and (min-width: 1502px) {
          .footer-content .footer-signup label {
            font-size: 20px; } }
    .footer-content .footer-signup span {
      max-width: 80px; }
      @media screen and (max-width: 667px) {
        .footer-content .footer-signup span {
          max-width: none; } }
      .footer-content .footer-signup span button {
        width: 100%;
        height: 35px;
        text-transform: uppercase;
        font-size: 16px;
        background: #599100 !important;
        border: 1px solid #599100 !important; }
        .footer-content .footer-signup span button:hover, .footer-content .footer-signup span button:active, .footer-content .footer-signup span button:focus {
          background: #3a5e00 !important;
          border: 1px solid #3a5e00 !important; }

.footer-main {
  margin-top: -1px;
  background: #050505 !important;
  border: none;
  position: relative;
  z-index: 2; }
  .footer-main #footer-menu {
    padding-top: 0px; }
  .footer-main .navbar-brand {
    text-transform: uppercase;
    color: #FFFFFF; }
  .footer-main .navbar-toggle {
    border: none;
    background: none !important; }
    .footer-main .navbar-toggle span {
      background: #FFFFFF !important;
      border-radius: 2px !important; }
  .footer-main .navbar-collapse {
    padding: 25px 15px; }
  @media screen and (max-width: 667px) {
    .footer-main .footer-contact {
      display: none; } }

.footer-bottom {
  border: none;
  background: black;
  color: #FFFFFF !important;
  padding-bottom: 0px; }
  .footer-bottom a {
    color: #FFFFFF !important; }

@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-menu .navbar-toggle {
    display: none; }
  .footer-menu .navbar-collapse.collapse {
    display: block !important; } }

/************************************************
events page
************************************************/
.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative; }
  .og-grid .shareBtns {
    display: none; }
  .og-grid > li {
    display: inline-block;
    margin: 0 5px 10px 5px;
    vertical-align: top;
    width: calc( 90% / 4); }
    .og-grid > li a {
      position: relative; }
      .og-grid > li a span h5 {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -1px;
        padding: 5%;
        margin: 0px;
        font-size: 14px;
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.8); }
  .og-grid li.og-expanded > a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ddd;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px; }

.og-grid li > a, .og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative; }

.og-expander {
  position: absolute;
  background: #ddd;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden; }

.og-expander-inner {
  padding: 50px 30px;
  height: 100%; }

.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer; }

.og-fullimg, .og-details {
  overflow: hidden;
  position: relative; }

.og-details {
  padding: 0 40px 0 20px; }
  .og-details h3 {
    font-weight: 300;
    font-size: 52px;
    padding: 40px 0 10px;
    margin-bottom: 10px; }
  .og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999; }
  .og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: none; }
  .og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px; }
  .og-details a:hover {
    border-color: #999;
    color: #999; }

.og-fullimg {
  text-align: center; }
  .og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%; }

.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both; }

@-webkit-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }

@-moz-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }

.blog-banner img {
  width: 100%; }

@keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }

@media all and (max-width: 830px) {
  .og-expander h3 {
    font-size: 32px; }
  .og-expander p {
    font-size: 13px; }
  .og-expander a {
    font-size: 12px; } }

@media all and (max-width: 650px) {
  .og-fullimg {
    display: none; }
  .og-details {
    float: none;
    width: 100%; } }

.og-gallery {
  height: 125px;
  position: relative;
  width: 514px;
  margin: auto; }
  .og-gallery .buttons {
    display: block;
    position: absolute;
    color: #999;
    font-size: 25px;
    z-index: 9999; }
    .og-gallery .buttons.prev {
      left: -25px;
      top: 45%; }
    .og-gallery .buttons.next {
      right: -25px;
      top: 45%; }
    .og-gallery .buttons.disable {
      visibility: hidden; }
  .og-gallery .viewport {
    width: 510px;
    height: 125px;
    overflow: hidden;
    position: relative; }
  .og-gallery ul {
    padding-left: 0;
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 10px 0 0 0;
    left: 0;
    top: 0; }
    .og-gallery ul li {
      list-style: none;
      float: left;
      margin: 0 5px;
      float: left;
      padding: 1px;
      height: 121px;
      border: 1px solid #dcdcdc;
      width: 100px; }
    .og-gallery ul img {
      max-width: 100%;
      max-height: 100%;
      cursor: pointer; }

/************************************
    Blog
*************************************/
.blog-item {
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .blog-item a {
    color: #599100; }
  .blog-item a:not(.blog-readmore) {
    text-decoration: none !important; }
    .blog-item a:not(.blog-readmore) h3 {
      margin-top: 0px;
      color: #599100; }

.blog-desc {
  margin-bottom: 15px;
  display: block; }
  .blog-desc span {
    margin-right: 10px; }
    .blog-desc span i {
      margin-right: 5px; }

.blog-img-wrapper {
  float: left;
  margin-right: 15px;
  height: 250px;
  width: 250px; }
  @media screen and (max-width: 667px) {
    .blog-img-wrapper {
      float: none !important; } }
  .blog-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center; }

/*Contact Page*/
.contact-page .tab-content {
  padding: 15px 0; }

.contactItem {
  margin-bottom: 30px; }

.cnt-details h3, .cnt-details h4, .cnt-details p {
  margin-bottom: 2px; }

.cnt-details h3 {
  color: #599100;
  font-size: 17px;
  margin-bottom: 3px; }

.cnt-details p {
  margin: 0; }

.cnt-details h4 {
  font-size: 15px;
  text-shadow: 0 1px 0 #f2f2f2;
  margin-bottom: 3px; }

.cnt-details span {
  font-weight: bold;
  padding: 0 2px; }

.cnt-divider {
  margin: 20px auto;
  background: #555249;
  float: left;
  width: 100%; }

@media (max-width: 767px) {
  header .search {
    margin-bottom: 10px; }
    header .search i {
      top: 8px; }
  .main-header {
    height: 185px; }
    .main-header .logo {
      float: none !important; }
    .main-header .show-user-menu .user-menu-options {
      top: 115px; } }
